Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
abs
abs
Absolute value
Name:
abs
Category:
math
Programming Language:
php
One-line Description:
Absolute value.
Related
Notes on using PHP abs() function and four operations
8
PHP abs() function: basic usage methods and examples
5
«
1
2
»
Similar Functions
ceil
ceil
Furthermethodtosort
deg2rad
deg2rad
Convertangletoradian
round
round
Roundfloatingpointnu
atan2
atan2
Arctangleoftwoparame
pow
pow
Exponentialexpressio
decbin
decbin
Convertdecimaltobina
log10
log10
Logarithmwithbase10
tanh
tanh
Hyperbolictangent
Popular Articles
Best practices for using PHP abs() in combination with other mathematical functions
Notes on using PHP abs() function and four operations
How to Efficiently Calculate Price Discount Differences Using the abs() Function in PHP?
PHP abs() FAQs and solutions encountered when dealing with negative numbers
Using the abs() Function with PHP Date Functions: Detailed Example Explained
Optimization method for implementing balanced algorithm using abs() in PHP
How to Use PHP abs() Function to Handle Negative Timestamps: Methods and Precautions
How to use abs() to process the absolute value of time interval in PHP